home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / super_ka.swf / scripts / DefineButton2_1066 / BUTTONCONDACTION on(release, keyPress 2).as
Encoding:
Text File  |  2011-06-09  |  159 b   |  7 lines

  1. on(release, keyPress "2"){
  2.    _parent.magicWaterUsed = true;
  3.    _root.f_unDeadMc = true;
  4.    _parent.unDeadMc.gotoAndPlay(2);
  5.    btn2._visible = false;
  6. }
  7.